home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / OSAX / Finder Scripting Toolkit v1.0 / fwin coercion osax / fwinosax.r < prev    next >
Text File  |  1993-07-20  |  756b  |  41 lines

  1. /*
  2.  
  3.         F W I N   C O E R C I O N   O S A X
  4.         
  5.         Version 1.0
  6.         Freeware by Daniel Ranson
  7.         
  8.         This osax performs coercions to the FinderWindow (fwin) record
  9.         type used by Finder events.
  10.         
  11.         There are actually three osax. This Rez file groups them in
  12.         an osax file.
  13.  
  14. */
  15.  
  16. #include "SysTypes.r"
  17.  
  18. include "alis2fwin.o" 'osax' (128) as 'osax' (128, "CSPTalisfwin", sysheap);
  19. include "long2fwin.o" 'osax' (129) as 'osax' (129, "CSPTlongfwin", sysheap);
  20. include "list2fwin.o" 'osax' (130) as 'osax' (130, "CSDSlistfwin", sysheap);
  21.  
  22. resource 'vers' (1, purgeable) {
  23.     0x1,
  24.     0x0,
  25.     release,
  26.     0x0,
  27.     verUS,
  28.     "1.0",
  29.     "v1.0. Freeware by Daniel Ranson."
  30. };
  31.  
  32. resource 'vers' (2, purgeable) {
  33.     0x1,
  34.     0x0,
  35.     release,
  36.     0x0,
  37.     verUS,
  38.     "1.0",
  39.     "Finder Scripting Toolkit v1.0"
  40. };
  41.